home *** CD-ROM | disk | FTP | other *** search
- object FrmErrors: TFrmErrors
- Left = 359
- Top = 591
- Width = 478
- Height = 345
- VertScrollBar.Style = ssHotTrack
- Caption = 'FrmErrors'
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyUp = FormKeyUp
- OnResize = FormResize
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 130
- Top = 2
- Width = 143
- Height = 16
- Caption = 'Poco Progress Window'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 470
- Height = 20
- Align = alTop
- Shape = bsSpacer
- end
- object Panel3: TPanel
- Left = 442
- Top = -2
- Width = 26
- Height = 29
- Anchors = [akTop, akRight]
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- object BtnClose: TSpeedButton
- Left = 3
- Top = 2
- Width = 21
- Height = 20
- Cursor = crHandPoint
- Caption = 'X'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnCloseClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = -2
- Width = 111
- Height = 32
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object BtnCopy: TSpeedButton
- Left = 2
- Top = 2
- Width = 51
- Height = 20
- Cursor = crHandPoint
- Caption = 'COPY'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -14
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnCopyClick
- end
- object BtnSave: TSpeedButton
- Left = 55
- Top = 2
- Width = 51
- Height = 20
- Cursor = crHandPoint
- Caption = 'SAVE'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -14
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = BtnSaveClick
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 20
- Width = 470
- Height = 298
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object HTMLErrors: ThtmlLite
- Left = 2
- Top = 2
- Width = 466
- Height = 294
- Cursor = 2
- ViewImages = False
- TabOrder = 0
- Align = alClient
- PopupMenu = Popup
- DefBackground = clWhite
- BorderStyle = htFocused
- HistoryMaxCount = 0
- DefFontName = 'Arial'
- DefPreFontName = 'Courier New'
- DefFontSize = 8
- DefFontColor = clBlack
- NoSelect = False
- CharSet = DEFAULT_CHARSET
- end
- end
- object Popup: TPopupMenu
- OnPopup = PopupPopup
- Left = 158
- Top = 118
- object Copy1: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = Copy1Click
- end
- end
- object SaveDlg: TSaveDialog
- DefaultExt = 'html'
- FileName = 'errorlog.html'
- Filter = 'HTML file (*.html)|html'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 188
- Top = 119
- end
- end
-